type reflect.funcType

18 uses

	reflect (current package)
		abi.go#L387: func newAbiDesc(t *funcType, rcvr *abi.Type) abiDesc {
		makefunc.go#L22: 	ftyp *funcType
		makefunc.go#L53: 	ftyp := (*funcType)(unsafe.Pointer(t))
		makefunc.go#L108: 	ftyp := (*funcType)(unsafe.Pointer(v.Type().(*rtype)))
		type.go#L393: type funcType = abi.FuncType
		type.go#L658: 	ft := (*funcType)(unsafe.Pointer(mtyp))
		type.go#L1662: 		t := (*funcType)(unsafe.Pointer(T))
		type.go#L1663: 		v := (*funcType)(unsafe.Pointer(V))
		type.go#L1917: 			Type: TypeOf(funcType{}),
		type.go#L1941: 	prototype := *(**funcType)(unsafe.Pointer(&ifunc))
		type.go#L1949: 	ft := (*funcType)(unsafe.Pointer(o.Field(0).Addr().Pointer()))
		type.go#L2025: func funcStr(ft *funcType) string {
		type.go#L2813: 	ftyp *funcType // function signature
		type.go#L2832: func funcLayout(t *funcType, rcvr *abi.Type) (frametype *abi.Type, framePool *sync.Pool, abid abiDesc) {
		value.go#L392: 	t := (*funcType)(unsafe.Pointer(v.typ()))
		value.go#L877: func methodReceiver(op string, v Value, methodIndex int) (rcvrtype *abi.Type, t *funcType, fn unsafe.Pointer) {
		value.go#L894: 		t = (*funcType)(unsafe.Pointer(tt.typeOff(m.Typ)))
		value.go#L907: 		t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))